# 获取合集单品自动收录规则

# 调用方式: GET

# 接口地址:

https://api.freelog.com/v2/resources/catalogue/{resourceId}/items/collectRules
1

# url传入参数说明:

参数 必选 类型及范围 说明
resourceId 必选 string 资源ID

# 返回说明:

返回值字段 字段类型 字段说明
[data] boolean 是否校验成功

# 示例

{
	"ret": 0,
	"errCode": 0,
	"errcode": 0,
	"msg": "success",
	"data": {
		"status": 1,
		"resourceId": "668e3ab31fecaf002f40fb81",
		"userId": 50156,
		"conditionType": 1,
		"filterConditions": [{
			"key": "resourceType",
			"limitOperatorType": "EQUAL",
			"value": "黑神话:悟空"
		}],
		"createDate": "2024-08-20T02:53:43.883Z",
		"updateDate": "2024-08-20T07:06:28.062Z"
	}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19